.logo {
    max-height: 110px;
    max-width: 230px;
    margin: 0.5rem 1rem;
    position: relative;
    display: block;
}

#nav-split {
    padding: 0;
    position: fixed !important;
    z-index: 1000000;
    top: 35px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    ;
    /* max-height: 17vh; */
    -webkit-box-shadow: inset -10px 237px 61px -55px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset -10px 237px 61px -55px rgba(0, 0, 0, 0.4);
    box-shadow: inset -10px 237px 61px -55px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

/* .split-nonios{
    padding-bottom: 95px;
}

.split-ios{
    height: 115px;
} */



@media (min-width: 768px) {
    #nav-split {
        top: 22;
        height: auto;
    }
}

/* .navbar-collapse-ios{
    position: fixed;
    top: calc( 17vh + 33px );
    width: 100vw; 
} */

/* 
#nav-split .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 5.5vh;
} */

#nav-split .navbar-toggler {
    position: relative;
    right: 5px;
    top: -6px;
}

.dropdown-item {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    padding: 10px;
    /* text-transform: uppercase; */
}

.nav-spacer {
    height: 11px;
    margin: 0 7px 2px 7px;
    width: 1px;
    background-color: rgba(102, 102, 102, 0.6);
    display: flex;
    align-self: center;
}

#nav-split .nav-link {
    text-transform: uppercase;
    /* font-weight: 700; */
    line-height: inherit;
    padding: 0.1rem 1rem;
    /*border-bottom: 1px solid #e7e0ce;*/
    white-space: nowrap;
    font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 992px) {
    #nav-split .nav-link {
        font-size: 15px;
        padding: 15px;
    }

    .logo {
        max-width: 150px;
    }
}


.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
}